home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TOPENPGPVERSIONFORM / TOPENPGPVERSIONFORM.txt
Text File  |  2004-10-12  |  3KB  |  130 lines

  1. object OpenPgpVersionForm: TOpenPgpVersionForm
  2.   Left = 183
  3.   Top = 159
  4.   HelpContext = 14047
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select OpenPGP Implementation'
  8.   ClientHeight = 143
  9.   ClientWidth = 466
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object bOK: TButton
  24.     Left = 208
  25.     Top = 104
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'OK'
  29.     Default = True
  30.     Enabled = False
  31.     ModalResult = 1
  32.     TabOrder = 0
  33.   end
  34.   object bCancel: TButton
  35.     Left = 296
  36.     Top = 104
  37.     Width = 75
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     Enabled = False
  42.     ModalResult = 2
  43.     TabOrder = 1
  44.   end
  45.   object gbChoosePgpVersion: TGroupBox
  46.     Left = 8
  47.     Top = 8
  48.     Width = 449
  49.     Height = 85
  50.     Caption = 'Select OpenPGP Implementation'
  51.     TabOrder = 2
  52.     object rbInternal: TRadioButton
  53.       Left = 8
  54.       Top = 16
  55.       Width = 217
  56.       Height = 17
  57.       Caption = 'Internal (RFC-1991)'
  58.       Enabled = False
  59.       TabOrder = 0
  60.       OnClick = rbClick
  61.     end
  62.     object rbPGPcmdLn: TRadioButton
  63.       Left = 8
  64.       Top = 36
  65.       Width = 209
  66.       Height = 17
  67.       Caption = 'PGP command line (2.6.3, 6.0.x+)'
  68.       Enabled = False
  69.       TabOrder = 1
  70.       OnClick = rbClick
  71.     end
  72.     object rbPGP55: TRadioButton
  73.       Left = 8
  74.       Top = 56
  75.       Width = 209
  76.       Height = 17
  77.       Caption = 'PGP 5.5.x plug-in'
  78.       Enabled = False
  79.       TabOrder = 2
  80.       OnClick = rbClick
  81.     end
  82.     object rbPGP60: TRadioButton
  83.       Left = 224
  84.       Top = 16
  85.       Width = 209
  86.       Height = 17
  87.       Caption = 'PGP 6.0.x / 6.5.x plug-in'
  88.       Enabled = False
  89.       TabOrder = 3
  90.       OnClick = rbClick
  91.     end
  92.     object rbGPG: TRadioButton
  93.       Left = 224
  94.       Top = 36
  95.       Width = 209
  96.       Height = 17
  97.       Caption = 'GNU Privacy Guard (GPG)'
  98.       Enabled = False
  99.       TabOrder = 4
  100.       OnClick = rbClick
  101.     end
  102.     object rbPGP678: TRadioButton
  103.       Left = 224
  104.       Top = 56
  105.       Width = 217
  106.       Height = 17
  107.       Caption = 'PGP 5,6,7,8 (built-in support)'
  108.       TabOrder = 5
  109.       OnClick = rbClick
  110.     end
  111.   end
  112.   object bHelp: TButton
  113.     Left = 384
  114.     Top = 104
  115.     Width = 75
  116.     Height = 25
  117.     Caption = 'Help'
  118.     Enabled = False
  119.     TabOrder = 3
  120.     OnClick = bHelpClick
  121.   end
  122.   object RunTimer: TTimer
  123.     Enabled = False
  124.     Interval = 10
  125.     OnTimer = RunTimerTimer
  126.     Left = 16
  127.     Top = 104
  128.   end
  129. end
  130.